func crypto/tls.signatureSchemesForPublicKey
4 uses
crypto/tls (current package)
auth.go#L190: func signatureSchemesForPublicKey(version uint16, pub crypto.PublicKey) []SignatureScheme {
auth.go#L237: supportedAlgs := signatureSchemesForPublicKey(vers, priv.Public())
handshake_client_tls13.go#L657: !isSupportedSignatureAlgorithm(certVerify.signatureAlgorithm, signatureSchemesForPublicKey(c.vers, c.peerCertificates[0].PublicKey)) {
handshake_server_tls13.go#L1086: !isSupportedSignatureAlgorithm(certVerify.signatureAlgorithm, signatureSchemesForPublicKey(c.vers, c.peerCertificates[0].PublicKey)) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |